Strategic Remote Gun Placement
by Jeff Griffin (GeoGriffin)
   geogriffin@gmail.com

Name: The Physics Gun: Lua Edition
Type: Scripted Weapon
Script Version: 1.1
GM Version: 9.0.4
Short Description: A LUA emulated physics gun
Long Description: This LUA emulated physics gun is capable of lifting objects, npcs, players, and any other kind of entity.

-- Installation Instructions --
 * Place weapon_physgun_le.lua in the gmod9\lua\weapons\ folder.
 * Adjust any variables in the "User Variables" section of the weapon_physgun_le.lua file if needed.
 * Start a single or multi player game.
 * To give yourself the weapon, open the command console and type:
     lua _PlayerGiveSWEP(1, "weapons\\weapon_physgun_le.lua")

-- Usage Instructions --
 * Switch to the weapon.
 * Press and hold primary fire to pick up an object and move it.
 * Press reload to freeze an object.
 * Press secondary fire to freeze an object without restricting its rotation.
--- Change Log ---

LEGEND
 + Feature addition
 - Bug Fix
 * Known bugs / TODO

V1.1 12/18/05
 - Added 9.0.4 compatability.
 * Torque is acting really weird so it is disabled.

V1.0 11/24/05
 + First release!